33ece30736ca92a48d09f87309d306624b99a34f,portal-impl/src/com/liferay/portal/velocity/VelocityVariables.java,VelocityVariables,insertHelperUtilities,#VelocityContext#String[]#,105
Before Change
// Expando table service
vc.put("expandoTableService",
serviceLocator.findService(ExpandoTableService.class.getName()));
// Expando value service
After Change
// Expando table service
vc.put("expandoTableService",
(ExpandoTableService)Proxy.newProxyInstance(
ExpandoTableService.class.getClassLoader(),
new Class[] { ExpandoTableService.class },
new ExceptionSafeServiceHandler(serviceLocator.findService(
ExpandoTableService.class.getName()))));
// Expando value service